home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / basic / pbtlte12.zip / PBTLITE.CMD < prev    next >
OS/2 REXX Batch file  |  1992-02-29  |  6KB  |  109 lines

  1.  
  2.                             PBTools:Lite Command Summary
  3.         (c) Copyright 1991,1992 - Dave Navarro, Jr. - All Rights Reserved
  4.  
  5.       AddShadow()   - Adds a shadow to current window.
  6.       Attr%         - Calculates a single integer from foreground and
  7.                       background.
  8.       Back%()       - Calculates background color from a single integer.
  9.       Box()         - Draws a box on the screen.
  10.       CapsOff       - Toggles Caps Lock key off.
  11.       CapsOn        - Toggles Caps Lock key on.
  12.       CapStat%      - Returns status of Caps Lock key.
  13.       Center$()     - Centers a string padded with spaces to left and right
  14.       ChangeWin()   - Changes the size of the current window.
  15.       CheckKey%     - True if key in keyboard buffer.
  16.       ClearWin      - Clears the contents of the current window.
  17.       CloseWin      - Closes a previously opened window.
  18.       ClrKbd        - Clears keyboard buffer without removing keys.
  19.       CurBot%       - Bottom scanline of cursor.
  20.       CurDisplay%   - Returns active display adaptor.
  21.       CurTop%       - Top scanline of cursor.
  22.       DelChar$()    - Deletes one character from a specified string.
  23.       Fill()        - Fills a box on the screen with a character.
  24.       Fore%()       - Calculates foreground color from an integer.
  25.       GetFrst$()    - Returns the first uppercase or number character of a
  26.                       string.
  27.       GetKey$       - Get a single key from keyboard buffer, wait if no key
  28.                       is present.
  29.       GetScrn$()    - Places any portion of the screen into a string.
  30.       InitPBScreen  - Initialize all variables for window routines.
  31.       InsChar$()    - Inserts a character into a specified string.
  32.       InsertOff     - Toggles insert status off.
  33.       InsertOn      - Toggles insert status on.
  34.       InsStat%      - Returns status of INS key.
  35.       IsAlpha%()    - Returns true if character is alpha (A-Z or a-z).
  36.       IsAlphaNum%() - Returns true if character is alphanumeric.
  37.       IsAlt%        - True if ALT key is depressed.
  38.       IsASCII%()    - Returns true if character is a printable ASCII
  39.                       character.
  40.       IsCaps%       - True if Caps Lock key is depressed.
  41.       IsCtrl%       - True if Ctrl key is depressed.
  42.       IsInsert%     - True if INS key is depressed.
  43.       IsLShift%     - True if Left Shift key is depressed.
  44.       IsMouse%      - Returns number of buttons on mouse if installed.
  45.       IsNum%()      - Returns true if character is numeric.
  46.       IsNumLock%    - True if Num Lock key is depressed.
  47.       IsPunct%()    - Returns true if character is punctuation.
  48.       IsRShift%     - True if Right Shift key is depressed.
  49.       IsScroll%     - True is Scroll Lock key is depressed.
  50.       LPad$()       - Pads the left side of a string with a character.
  51.       LScroll()     - Scrolls any portion of the screen to the left.
  52.       MLocate()     - Locate the mouse cursor at any place on screen.
  53.       MaskIn()      - Get masked input from user.
  54.       Menu%()       - Displays a menu and returns choice from user.
  55.       MouseKey$     - Gets a key from keyboard, mouse movement detected.
  56.       MouseOff      - Turns mouse cursor off.
  57.       MouseOn       - Turns mouse cursor on.
  58.       MouseStat()   - Returns mouse position, and button pressed.
  59.       MouseWin()    - Define the window for mouse cursor.
  60.       MoveWin()     - Moves the current window in any one of 4 directions.
  61.       NoShadow      - Removes the shadow form the current window.
  62.  
  63.  
  64.  
  65.  
  66.                             PBTools:Lite Command Summary
  67.        (c) Copyright 1991,1992 - Dave Navarro, Jr. - All Rights Reserved
  68.  
  69.       NumIn()       - Get numeric input from user.
  70.       NumOff        - Toggles Num Lock key off.
  71.       NumOn         - Toggles Num Lock Key on.
  72.       NumStat%      - Returns status of Num Lock Key.
  73.       OpenWin()     - Pops a window on the screen saving whatever is
  74.                       underneath.
  75.       PFirst()      - Print the first uppercase character of a string
  76.                       highlighted.
  77.       PutScrn()     - Puts a string created with GetScrn$() back onto the
  78.                       screen.
  79.       RPad$()       - Pads the right side of a string with a character.
  80.       RScroll()     - Scrolls any portion of the screen to the right.
  81.       ReAttr()      - Changes the color of any position on the screen.
  82.       Recolor()     - Changes color attribute of all positions on screen.
  83.       ScrollDn()    - Scrolls any part of the screen down.
  84.       ScrollOff     - Toggles Scroll Lock key off.
  85.       ScrollOn      - Toggles Scroll Lock key on.
  86.       ScrollPrint() - Scroll window up and print text on the bottom of the
  87.                       window.
  88.       ScrollStat%   - Returns the status of the scroll-lock key.
  89.       ScrollUp()    - Scrolls any part of the screen up.
  90.       ScrollWin     - Scrolls the text within the current window in one of
  91.                       4 directions.
  92.       SetText()     - Sets cursor color from single integer.
  93.       StuffKey()    - Stuff the keyboard buffer with up to 16 characters.
  94.       TextEd()      - Lets user edit the characters within a line.
  95.       TextIn()      - Gets ASCII input from user with editing options.
  96.       Title()       - Displays a title in one of 6 positions.
  97.       Trim$()       - Removes spaces from the beginning and end of a
  98.                       string.
  99.       VidMode%      - Returns current video mode.
  100.       VidSeg%       - Returns the segment of the video address.
  101.       WPrint()      - Displays a string within the current window.
  102.       WPrintC()     - Centers a text string horizontally within the current
  103.                       window.
  104.       WPrintCF()    - Print string centered in window with first
  105.                       character highlighted.
  106.       WinColor()    - Changes the text color of the current window.
  107.       ZoomBox()     - Explodes a box on the screen with noise option.
  108.  
  109.